home *** CD-ROM | disk | FTP | other *** search
- -- background: 10276 from stack: in
- -- bmap block id: 5853
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
-
-
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=91 top=4 right=36 bottom=440
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 2
- -- text size: 18
- -- style flags: 0
- -- line height: 24
- -- part name:
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8002
- -- rect: left=198 top=312 right=336 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Animation
- ----- HyperTalk script -----
- on mouseUp
- push card
-
-
- if the name of this card is not "pangea" then
- go to card "pangea"
- end if
-
- repeat 5 times
- visual dissolve slowly
- go next
- wait 30
- end repeat
-
- --wait 2 seconds
- --visual iris open
- --go card "pangea"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=329 top=311 right=336 bottom=359
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: next
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left slowly
- go next
- end mouseUp
-
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=168 top=312 right=337 bottom=198
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: previous
- ----- HyperTalk script -----
- on mouseUp
- show me
- visual wipe right slowly
- go previous
- end mouseUp
-
-
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=455 top=0 right=60 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- push card
- visual iris close slowly
- go to card "Evidence and HIstory"
- end mouseUp
-
-